home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE23 / PZAZZDEM / PZAZZDEM.ZIP / PZDEMO / PZDSPBUT.DFM / PZDSPBUT.txt
Text File  |  1997-03-24  |  22KB  |  533 lines

  1. object PZSpeedButtonForm: TPZSpeedButtonForm
  2.   Left = 218
  3.   Top = 125
  4.   Width = 597
  5.   Height = 420
  6.   Caption = 'PZSpeedButton'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = [fsBold]
  11.   FormStyle = fsMDIChild
  12.   PixelsPerInch = 96
  13.   Position = poDefault
  14.   Visible = True
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDeactivate = FormDeactivate
  18.   TextHeight = 13
  19.   object HeaderPanel: TPZBitmapPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 589
  23.     Height = 37
  24.     Align = alTop
  25.     Background.Transparent = False
  26.     Background.Style = bsTiled
  27.     BevelInner = bvLowered
  28.     BevelOuter = bvNone
  29.     BorderWidth = 4
  30.     TabOrder = 0
  31.     object PZShaded1: TPZShaded
  32.       Left = 5
  33.       Top = 5
  34.       Width = 579
  35.       Height = 27
  36.       Align = alClient
  37.       Caption = 'PZSpeedButton'
  38.       Font.Color = clBlack
  39.       Font.Height = -21
  40.       Font.Name = 'Times New Roman'
  41.       Font.Style = [fsBold]
  42.       ParentFont = False
  43.       StartColor = clWhite
  44.       EndColor = 8454143
  45.       Graduation = 10
  46.       Direction = drHorizontalInOut
  47.     end
  48.   end
  49.   object DescrPanel: TPZBitmapPanel
  50.     Left = 0
  51.     Top = 37
  52.     Width = 213
  53.     Height = 356
  54.     Align = alLeft
  55.     Background.Transparent = False
  56.     Background.Style = bsTiled
  57.     BevelInner = bvLowered
  58.     BevelOuter = bvNone
  59.     BevelWidth = 4
  60.     BorderWidth = 4
  61.     TabOrder = 1
  62.     object PZLabel4: TPZLabel
  63.       Left = 8
  64.       Top = 28
  65.       Width = 197
  66.       Height = 145
  67.       Align = alTop
  68.       Caption = 
  69.         '\lbPZSpeedButton is an alternative speed button control.\lb\lbTh' +
  70.         'e button starts of as a flat image until the mouse is placed ove' +
  71.         'r the button whereupon it changes into a button.'
  72.       Font.Color = clBlack
  73.       Font.Height = -13
  74.       Font.Name = 'Arial'
  75.       Font.Style = []
  76.       HorzAlignment = haCenter
  77.       ParentFont = False
  78.       VertAlignment = vaTop
  79.     end
  80.     object PZLabel2: TPZLabel
  81.       Left = 8
  82.       Top = 8
  83.       Width = 197
  84.       Height = 20
  85.       Align = alTop
  86.       Caption = 'Description:'
  87.       Font.Color = clNavy
  88.       Font.Height = -16
  89.       Font.Name = 'Arial'
  90.       Font.Style = [fsBold]
  91.       HorzAlignment = haCenter
  92.       ParentFont = False
  93.       VertAlignment = vaTop
  94.     end
  95.   end
  96.   object ResultsPanel: TPZBitmapPanel
  97.     Left = 213
  98.     Top = 37
  99.     Width = 376
  100.     Height = 356
  101.     Align = alClient
  102.     Background.Transparent = False
  103.     Background.Style = bsTiled
  104.     BevelInner = bvLowered
  105.     BevelOuter = bvNone
  106.     BevelWidth = 4
  107.     BorderWidth = 4
  108.     TabOrder = 2
  109.     object PZLabel5: TPZLabel
  110.       Left = 8
  111.       Top = 8
  112.       Width = 360
  113.       Height = 20
  114.       Align = alTop
  115.       Caption = 'Examples:'
  116.       Font.Color = clNavy
  117.       Font.Height = -16
  118.       Font.Name = 'Arial'
  119.       Font.Style = [fsBold]
  120.       HorzAlignment = haCenter
  121.       ParentFont = False
  122.       VertAlignment = vaTop
  123.     end
  124.     object PZLabel1: TPZLabel
  125.       Left = 8
  126.       Top = 138
  127.       Width = 360
  128.       Height = 20
  129.       Align = alTop
  130.       Caption = 'Try it now!'
  131.       Font.Color = clBlack
  132.       Font.Height = -13
  133.       Font.Name = 'Arial'
  134.       Font.Style = [fsBold]
  135.       HorzAlignment = haCenter
  136.       ParentFont = False
  137.       VertAlignment = vaTop
  138.     end
  139.     object ClickedLabel: TPZLabel
  140.       Left = 8
  141.       Top = 158
  142.       Width = 360
  143.       Height = 72
  144.       Align = alTop
  145.       Font.Color = clBlack
  146.       Font.Height = -19
  147.       Font.Name = 'Arial'
  148.       Font.Style = [fsBold]
  149.       HorzAlignment = haCenter
  150.       ParentFont = False
  151.       VertAlignment = vaBottom
  152.     end
  153.     object OutputPanel1: TPZBitmapPanel
  154.       Left = 8
  155.       Top = 28
  156.       Width = 360
  157.       Height = 46
  158.       Align = alTop
  159.       Background.Transparent = False
  160.       Background.Style = bsTiled
  161.       BevelOuter = bvNone
  162.       BorderWidth = 8
  163.       TabOrder = 0
  164.       object PZBitmapPanel1: TPZBitmapPanel
  165.         Left = 8
  166.         Top = 8
  167.         Width = 344
  168.         Height = 30
  169.         Align = alClient
  170.         Background.Transparent = True
  171.         Background.Style = bsTiled
  172.         TabOrder = 0
  173.         object PZSpeedButton1: TPZSpeedButton
  174.           Left = 4
  175.           Top = 4
  176.           Width = 22
  177.           Height = 22
  178.           Glyph.Data = {
  179.             5A010000424D5A01000000000000760000002800000013000000130000000100
  180.             040000000000E400000000000000000000001000000010000000000000000000
  181.             80000080000000808000800000008000800080800000C0C0C000808080000000
  182.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  183.             3333333000003333333333333333333000003333333333333333333000003333
  184.             0000000000033330000033330FFFFFFFFF033330000033330FFFFFFFFF033330
  185.             000033330FFFFFFFFF033330000033330FFFFFFFFF033330000033330FFFFFFF
  186.             FF033330000033330FFFFFFFFF033330000033330FFFFFFFFF03333000003333
  187.             0FFFFFFFFF033330000033330FFFFFF000033330000033330FFFFFF0F0333330
  188.             000033330FFFFFF0033333300000333300000000333333300000333333333333
  189.             333333300000333333333333333333300000333333333333333333300000}
  190.         end
  191.         object PZSpeedButton2: TPZSpeedButton
  192.           Left = 26
  193.           Top = 4
  194.           Width = 22
  195.           Height = 22
  196.           Glyph.Data = {
  197.             5A010000424D5A01000000000000760000002800000013000000130000000100
  198.             040000000000E400000000000000000000001000000010000000000000000000
  199.             80000080000000808000800000008000800080800000C0C0C000808080000000
  200.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  201.             FFFFFFF00000FFFFFFFFFFFFFFFFFFF00000FFFFFFFFFFFFFFFFFFF00000F000
  202.             00000000FFFFFFF00000F003333333330FFFFFF00000F0B03333333330FFFFF0
  203.             0000F07B73333333330FFFF00000F0B7B03333333330FFF00000F07B7B000000
  204.             00000FF00000F0B7B7B7B7B0FFFFFFF00000F07B7B7B7B70FFFFFFF00000F0B7
  205.             B0000000FFFFFFF00000FF000FFFFFFFF000FFF00000FFFFFFFFFFFFFF00FFF0
  206.             0000FFFFFFFFF0FFF0F0FFF00000FFFFFFFFFF000FFFFFF00000FFFFFFFFFFFF
  207.             FFFFFFF00000FFFFFFFFFFFFFFFFFFF00000FFFFFFFFFFFFFFFFFFF00000}
  208.         end
  209.         object PZSpeedButton3: TPZSpeedButton
  210.           Left = 48
  211.           Top = 4
  212.           Width = 22
  213.           Height = 22
  214.           Glyph.Data = {
  215.             5A010000424D5A01000000000000760000002800000013000000130000000100
  216.             040000000000E400000000000000000000001000000010000000000000000000
  217.             80000080000000808000800000008000800080800000C0C0C000808080000000
  218.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  219.             FFFFFFF00000FFFFFFFFFFFFFFFFFFF00000FFF0000000000000FFF00000FF03
  220.             300000088030FFF00000FF03300000088030FFF00000FF03300000088030FFF0
  221.             0000FF03300000000030FFF00000FF03333333333330FFF00000FF0330000000
  222.             0330FFF00000FF03088888888030FFF00000FF03088888888030FFF00000FF03
  223.             088888888030FFF00000FF03088888888030FFF00000FF03088888888000FFF0
  224.             0000FF03088888888080FFF00000FF00000000000000FFF00000FFFFFFFFFFFF
  225.             FFFFFFF00000FFFFFFFFFFFFFFFFFFF00000FFFFFFFFFFFFFFFFFFF00000}
  226.         end
  227.         object PZSpeedButton4: TPZSpeedButton
  228.           Left = 70
  229.           Top = 4
  230.           Width = 22
  231.           Height = 22
  232.           Glyph.Data = {
  233.             5A010000424D5A01000000000000760000002800000013000000130000000100
  234.             040000000000E400000000000000000000001000000010000000000000000000
  235.             80000080000000808000800000008000800080800000C0C0C000808080000000
  236.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  237.             33333330000033333333333333333330000030000000000003300330000030FF
  238.             FFFFFFFF03000330000030FFFFFFF00000003330000030FFFFFF088880733330
  239.             000030FFFFF0888E87003330000030FFFFF0888888033330000030FFFFF08E88
  240.             88033330000030FFFFF08EE887033330000030FFFFFF088880333330000030FF
  241.             FFFFF00003333330000030FFFFFFFFFF03333330000030FFFFFFF00003333330
  242.             000030FFFFFFF08033333330000030FFFFFFF003333333300000300000000033
  243.             333333300000333333333333333333300000333333333333333333300000}
  244.         end
  245.         object PZSpeedButton5: TPZSpeedButton
  246.           Left = 104
  247.           Top = 4
  248.           Width = 22
  249.           Height = 22
  250.           AllowAllUp = True
  251.           GroupIndex = 1
  252.           Glyph.Data = {
  253.             5A010000424D5A01000000000000760000002800000013000000130000000100
  254.             040000000000E400000000000000000000001000000010000000000000000000
  255.             80000080000000808000800000008000800080800000C0C0C000808080000000
  256.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  257.             3333333000003333333333333333333000003333333333333333333000003333
  258.             3333333333333330000033333333333333333330000033333000000003333330
  259.             0000333333000330003333300000333333000330003333300000333333000330
  260.             0033333000003333330000000333333000003333330003300033333000003333
  261.             3300033000333330000033333300033000333330000033333000000003333330
  262.             0000333333333333333333300000333333333333333333300000333333333333
  263.             333333300000333333333333333333300000333333333333333333300000}
  264.         end
  265.         object PZSpeedButton6: TPZSpeedButton
  266.           Left = 126
  267.           Top = 4
  268.           Width = 22
  269.           Height = 22
  270.           AllowAllUp = True
  271.           GroupIndex = 1
  272.           Glyph.Data = {
  273.             5A010000424D5A01000000000000760000002800000013000000130000000100
  274.             040000000000E400000000000000000000001000000010000000000000000000
  275.             80000080000000808000800000008000800080800000C0C0C000808080000000
  276.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  277.             3333333000003333333333333333333000003333333333333333333000003333
  278.             3333333333333330000033333333333333333330000033000000333333333330
  279.             0000333300033333333333300000333330003333333333300000333333000333
  280.             3333333000003333333000333333333000003333333300033333333000003333
  281.             3333300033333330000033333333330003333330000033333333300000033330
  282.             0000333333333333333333300000333333333333333333300000333333333333
  283.             333333300000333333333333333333300000333333333333333333300000}
  284.         end
  285.         object PZSpeedButton7: TPZSpeedButton
  286.           Left = 148
  287.           Top = 4
  288.           Width = 22
  289.           Height = 22
  290.           AllowAllUp = True
  291.           GroupIndex = 1
  292.           Glyph.Data = {
  293.             5A010000424D5A01000000000000760000002800000013000000130000000100
  294.             040000000000E400000000000000000000001000000010000000000000000000
  295.             80000080000000808000800000008000800080800000C0C0C000808080000000
  296.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  297.             3333333000003333333333333333333000003333333333333333333000003333
  298.             0000000003333330000033333333333333333330000033333300000333333330
  299.             0000333330033300333333300000333330033300333333300000333330033300
  300.             3333333000003333300333003333333000003333300333003333333000003333
  301.             3003330033333330000033333003330033333330000033330000300003333330
  302.             0000333333333333333333300000333333333333333333300000333333333333
  303.             333333300000333333333333333333300000333333333333333333300000}
  304.         end
  305.         object PZSpeedButton8: TPZSpeedButton
  306.           Left = 182
  307.           Top = 4
  308.           Width = 22
  309.           Height = 22
  310.           GroupIndex = 2
  311.           Down = True
  312.           Glyph.Data = {
  313.             5A010000424D5A01000000000000760000002800000013000000130000000100
  314.             040000000000E400000000000000000000001000000010000000000000000000
  315.             80000080000000808000800000008000800080800000C0C0C000808080000000
  316.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  317.             3333333000003333333333333333333000003333333333333333333000003333
  318.             3333333333333330000033300000000000333330000033333333333333333330
  319.             0000333000000003333333300000333333333333333333300000333000000000
  320.             0033333000003333333333333333333000003330000000033333333000003333
  321.             3333333333333330000033300000000000333330000033333333333333333330
  322.             0000333000000003333333300000333333333333333333300000333333333333
  323.             333333300000333333333333333333300000333333333333333333300000}
  324.         end
  325.         object PZSpeedButton9: TPZSpeedButton
  326.           Left = 204
  327.           Top = 4
  328.           Width = 22
  329.           Height = 22
  330.           GroupIndex = 2
  331.           Glyph.Data = {
  332.             5A010000424D5A01000000000000760000002800000013000000130000000100
  333.             040000000000E400000000000000000000001000000010000000000000000000
  334.             80000080000000808000800000008000800080800000C0C0C000808080000000
  335.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  336.             3333333000003333333333333333333000003333333333333333333000003333
  337.             3333333333333330000033300000000000333330000033333333333333333330
  338.             0000333333000003333333300000333333333333333333300000333000000000
  339.             0033333000003333333333333333333000003333300000003333333000003333
  340.             3333333333333330000033300000000000333330000033333333333333333330
  341.             0000333333000003333333300000333333333333333333300000333333333333
  342.             333333300000333333333333333333300000333333333333333333300000}
  343.         end
  344.         object PZSpeedButton10: TPZSpeedButton
  345.           Left = 226
  346.           Top = 4
  347.           Width = 22
  348.           Height = 22
  349.           GroupIndex = 2
  350.           Glyph.Data = {
  351.             5A010000424D5A01000000000000760000002800000013000000130000000100
  352.             040000000000E400000000000000000000001000000010000000000000000000
  353.             80000080000000808000800000008000800080800000C0C0C000808080000000
  354.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  355.             3333333000003333333333333333333000003333333333333333333000003333
  356.             3333333333333330000033300000000000333330000033333333333333333330
  357.             0000333333000000003333300000333333333333333333300000333000000000
  358.             0033333000003333333333333333333000003333330000000033333000003333
  359.             3333333333333330000033300000000000333330000033333333333333333330
  360.             0000333333000000003333300000333333333333333333300000333333333333
  361.             333333300000333333333333333333300000333333333333333333300000}
  362.         end
  363.       end
  364.     end
  365.     object OutputPanel2: TPZBitmapPanel
  366.       Left = 8
  367.       Top = 74
  368.       Width = 360
  369.       Height = 64
  370.       Align = alTop
  371.       Background.Transparent = False
  372.       Background.Style = bsTiled
  373.       BevelOuter = bvNone
  374.       BorderWidth = 8
  375.       TabOrder = 1
  376.       object PZBitmapPanel3: TPZBitmapPanel
  377.         Left = 8
  378.         Top = 8
  379.         Width = 344
  380.         Height = 48
  381.         Align = alClient
  382.         Background.Transparent = True
  383.         Background.Style = bsTiled
  384.         Font.Color = clBlack
  385.         Font.Height = -11
  386.         Font.Name = 'MS Sans Serif'
  387.         Font.Style = []
  388.         ParentFont = False
  389.         TabOrder = 0
  390.         object PZSpeedButton11: TPZSpeedButton
  391.           Left = 4
  392.           Top = 4
  393.           Width = 50
  394.           Height = 40
  395.           Caption = 'Stop'
  396.           Glyph.Data = {
  397.             06020000424D0602000000000000760000002800000026000000140000000100
  398.             0400000000009001000000000000000000001000000010000000000000000000
  399.             80000080000000808000800000008000800080800000C0C0C000808080000000
  400.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  401.             3333333333333333333333333300333333000000033333333333300000003333
  402.             3300333300999999900333333330088888880033330033309999999999903333
  403.             3308888888888803330033099999999999990333308888888888888033003099
  404.             9999999999999033088888888888888803003099999999999999903308888888
  405.             88888888030009999FFF999FFF9999008888FFF888FFF8888000099999FFF9FF
  406.             F999990088888FFF8FFF888880000999999FFFFF99999900888888FFFFF88888
  407.             800009999999FFF9999999008888888FFF88888880000999999FFFFF99999900
  408.             888888FFFFF888888000099999FFF9FFF999990088888FFF8FFF888880000999
  409.             9FFF999FFF9999008888FFF888FFF88880003099999999999999903308888888
  410.             8888888803003099999999999999903308888888888888880300330999999999
  411.             9999033330888888888888803300333099999999999033333308888888888803
  412.             3300333300999999900333333330088888880033330033333300000003333333
  413.             33333000000033333300}
  414.           Margin = 4
  415.           NumGlyphs = 2
  416.           Spacing = 1
  417.         end
  418.         object PZSpeedButton12: TPZSpeedButton
  419.           Left = 54
  420.           Top = 4
  421.           Width = 50
  422.           Height = 40
  423.           Caption = 'Refresh'
  424.           Glyph.Data = {
  425.             06020000424D0602000000000000760000002800000024000000140000000100
  426.             0400000000009001000000000000000000001000000010000000000000000000
  427.             80000080000000808000800000008000800080800000C0C0C000808080000000
  428.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  429.             3333333333333333333333330000300000000000000000300000000000000000
  430.             000030FFFFFFFFFFFFFFF030FFFFFFFFFFFFFFF0000030FFFFFFFFFFFFFFF030
  431.             FFFFFFFFFFFFFFF0000030FFFFFFF2FFFFFFF030FFFFFFF8FFFFFFF0000030FF
  432.             FFFF22FFFFFFF030FFFFFF88FFFFFFF0000030FFFFF22222FFFFF030FFFFF888
  433.             88FFFFF0000030FFFFFF22FF2FFFF030FFFFFF88FF8FFFF0000030FFFFFFF2FF
  434.             2FFFF030FFFFFFF8FF8FFFF0000030FFFFFFFFFF2FFFF030FFFFFFFFFF8FFFF0
  435.             000030FFFF2FFFFFFFFFF030FFFF8FFFFFFFFFF0000030FFFF2FF2FFFFFFF030
  436.             FFFF8FF8FFFFFFF0000030FFFF2FF22FFFFFF030FFFF8FF88FFFFFF0000030FF
  437.             FFF22222FFFFF030FFFFF88888FFFFF0000030FFFFFFF22FFFFFF030FFFFFFF8
  438.             8FFFFFF0000030FFFFFFF2FFF0000030FFFFFFF8FFF00000000030FFFFFFFFFF
  439.             F0FF0330FFFFFFFFFFF0FF03000030FFFFFFFFFFF0F03330FFFFFFFFFFF0F033
  440.             000030FFFFFFFFFFF0033330FFFFFFFFFFF00333000030000000000000333330
  441.             00000000000033330000}
  442.           Margin = 4
  443.           NumGlyphs = 2
  444.           Spacing = 1
  445.         end
  446.         object PZSpeedButton13: TPZSpeedButton
  447.           Left = 104
  448.           Top = 4
  449.           Width = 50
  450.           Height = 40
  451.           Caption = 'Home'
  452.           Glyph.Data = {
  453.             06020000424D0602000000000000760000002800000028000000140000000100
  454.             0400000000009001000000000000000000001000000010000000000000000000
  455.             80000080000000808000800000008000800080800000C0C0C000808080000000
  456.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  457.             000000333000000000000000003330FFFFF0BBB0FFFFF03330FFFFF08880FFFF
  458.             F03330FFFFF0BBB0FFFFF03330FFFFF08880FFFFF03330FFFFF0BBB0FFFFF033
  459.             30FFFFF08880FFFFF03330FFFFF0BBB0FFFFF03330FFFFF08880FFFFF03330FF
  460.             FFF0BBB0FFFFF03330FFFFF08880FFFFF03330FFFFF00000FFFFF03330FFFFF0
  461.             0000FFFFF03330FFFFFFFFFFFFFFF03330FFFFFFFFFFFFFFF03330FFFFFFFFFF
  462.             FFFFF03330FFFFFFFFFFFFFFF033000FFFFFFFFFFFFF0003000FFFFFFFFFFFFF
  463.             00030BB0FFFFFFFFFFF0BB030880FFFFFFFFFFF0880330BB0FFFFFFFFF0BB033
  464.             30880FFFFFFFFF088033330BB0FFFFFFF0BB0333330880FFFFFFF08803333330
  465.             BB0FFFFF0BB033333330880FFFFF0880333333330BB0FFF0BB00333333330880
  466.             FFF088003333333330BB0F0BB0903333333330880F08808033333333330BB0BB
  467.             009033333333330880880080333333333330BBB0309033333333333088803080
  468.             3333333333330B03309033333333333308033080333333333333303330003333
  469.             33333333303330003333}
  470.           Margin = 4
  471.           NumGlyphs = 2
  472.           Spacing = 1
  473.         end
  474.         object PZSpeedButton14: TPZSpeedButton
  475.           Left = 154
  476.           Top = 4
  477.           Width = 50
  478.           Height = 40
  479.           Caption = 'Favorites'
  480.           Glyph.Data = {
  481.             F6020000424DF60200000000000076000000280000003C000000140000000100
  482.             0400000000008002000000000000000000001000000010000000000000000000
  483.             80000080000000808000800000008000800080800000C0C0C000808080000000
  484.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  485.             3333333333333333333333333333333333333333333333330000333333333333
  486.             3333333333333333333333333333333333333333333333330000000000000000
  487.             00000000333333333300000000000000000000333333333300000B7B7B7B7B7B
  488.             7B7B7B7033333333330FFFFFFFFFFFFFFFFFF03333333333000007B7B7B7B7B7
  489.             B7B7B7B033333333330FFFFFFFFFFFFFFFFFF0333333333300000B7B7B7B7B7B
  490.             7B7B7B7033333333330FFFFFFFFFFFFFFFFFF03333333333000007B7B7B7BCB7
  491.             B7B7B7B033333333330FFFFFFFF0FFFFFFFFF0333333333300000B7B7B7C7C7C
  492.             7B7B7B7033333303330FFFFFF0F0F0FFFFFFF03333330333000007B7B7B7CCC7
  493.             B7B7B7B033333000330FFFFFFF000FFFFFFFF0333330003300000B7B7BCCCBCC
  494.             CB7B7B7033330000030FFFFF000F000FFFFFF03333000003000007B7B7B7CCC7
  495.             B7B7B7B033300000000FFFFFFF000FFFFFFFF0333000000000000B7B7B7C7C7C
  496.             7B7B7B7033333333330FFFFFF0F0F0FFFFFFF03333333333000007B7B7B7BCB7
  497.             B7B7B7B033333333330FFFFFFFF0FFFFFFFFF0333333333300000B7B7B7B7B7B
  498.             7B7B7B7033333333330FFFFFFFFFFFFFFFFFF03333333333000007B7B7B7B7B7
  499.             B7B7B7B033333333330FFFFFFFFFFFFFFFFFF033333333330000000000000000
  500.             000000003333333333000000000000000000003333333333000030B7B7B7B7B0
  501.             33333333333333333330FFFFFFFFF03333333333333333330000330B7B7B7B03
  502.             333333333333333333330FFFFFFF033333333333333333330000333000000033
  503.             3333333333333333333330000000333333333333333333330000333333333333
  504.             3333333333333333333333333333333333333333333333330000}
  505.           Margin = 4
  506.           NumGlyphs = 2
  507.           PopupMenu = FavoritesMenu
  508.           Spacing = 1
  509.         end
  510.       end
  511.     end
  512.   end
  513.   object FavoritesMenu: TPopupMenu
  514.     Left = 225
  515.     Top = 353
  516.     object Favorite11: TMenuItem
  517.       Caption = 'Favorite 1'
  518.     end
  519.     object Favorite12: TMenuItem
  520.       Caption = 'Favorite 2'
  521.     end
  522.     object Favorite13: TMenuItem
  523.       Caption = 'Favorite 3'
  524.     end
  525.     object Favorite14: TMenuItem
  526.       Caption = 'Favorite 4'
  527.     end
  528.     object Favorite15: TMenuItem
  529.       Caption = 'Favorite 5'
  530.     end
  531.   end
  532. end
  533.